net/http.http2serverConn.logf (method)

10 uses

	net/http (current package)
		h2_bundle.go#L4693: 		sc.logf(format, args...)
		h2_bundle.go#L4697: func (sc *http2serverConn) logf(format string, args ...interface{}) {
		h2_bundle.go#L4753: 		sc.logf(format, args...)
		h2_bundle.go#L4974: 					sc.logf("timeout waiting for SETTINGS frames from %v", sc.conn.RemoteAddr())
		h2_bundle.go#L5021: 		sc.logf("timeout waiting for PING response")
		h2_bundle.go#L5527: 		sc.logf("http2: server connection error from %v: %v", sc.conn.RemoteAddr(), ev)
		h2_bundle.go#L5534: 			sc.logf("http2: server closing client connection: %v", err)
		h2_bundle.go#L5906: 		sc.logf("http2: received GOAWAY %+v, starting graceful shutdown", f)
		h2_bundle.go#L6380: 				sc.logf("http2: panic serving %v: %v\n%s", sc.conn.RemoteAddr(), e, buf)
		h2_bundle.go#L6608: 		rws.conn.logf("ignoring invalid trailer %q", k)